home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / GXMessages.idl < prev    next >
Text File  |  1996-05-01  |  2KB  |  77 lines

  1. /*
  2.      File:        GXMessages.idl
  3.  
  4.      Contains:    This file contains all of the public data structures,
  5.  
  6.      Version:    Technology:    Quickdraw GX 1.1
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __GXMESSAGES_IDL__
  19. #define __GXMESSAGES_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __CONDITIONALMACROS_IDL__
  25. #include <ConditionalMacros.idl>
  26. #endif
  27. #ifndef __MIXEDMODE_IDL__
  28. #include <MixedMode.idl>
  29. #endif
  30. #ifndef __TYPES_IDL__
  31. #include <Types.idl>
  32. #endif
  33.  
  34. #ifdef __SOMIDL__
  35.  
  36. #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
  37. /*
  38.  
  39.     >>>>>> CONSTANTS <<<<<<
  40.  
  41. */
  42. /* Message Manager Trap */
  43. /* Message Manager Gestalt Selector */
  44. /* Message Manager Error Result Codes */
  45. /*
  46.     DATA TYPES
  47. */
  48. typedef OpaquePtr MessageHandlerOverrideProcPtr;
  49. typedef OpaquePtr MessageHandlerOverrideUPP;
  50. typedef OpaquePtr MessageGlobalsInitProcPtr;
  51. typedef OpaquePtr MessageGlobalsInitUPP;
  52. #if OLDROUTINENAMES
  53. typedef MessageHandlerOverrideProcPtr MessageHandlerOverrideProc;
  54.  
  55. typedef MessageGlobalsInitProcPtr MessageGlobalsInitProc;
  56.  
  57. #endif
  58. typedef OpaquePtr                MessageHandler;
  59.  
  60. typedef OpaquePtr                MessageObject;
  61.  
  62. /*
  63.  
  64.     PUBLIC INTERFACES
  65.  
  66.     Message Handler API Routines
  67. */
  68. /*
  69.     Message Sending API Routines
  70. */
  71. #endif
  72.  
  73. #endif /* __SOMIDL__ */
  74.  
  75. #endif /* __GXMESSAGES_IDL__ */
  76.  
  77.